home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / mail / YAMscripts.readme < prev    next >
Text File  |  1997-09-05  |  8KB  |  182 lines

  1. Short:    Useful ARexx scripts for YAM (rel 7) 29 new or updated scripts
  2. Author:   knikulai@utu.fi
  3. Uploader: knikulai@utu.fi
  4. Type:     comm/mail
  5. Replace:  YAMscripts.lha
  6.  
  7. Long:
  8.  
  9. This archive contains several AREXX-scripts I've written for Marcel Becks's
  10. (mbeck@access.ch) great mail program YAM.  They were written for version
  11. 1.3.4 and might not work with older versions.  Many of them require reqtools
  12. and rexxreqtools libraries.
  13.  
  14. If you have any questions, comments or bugs to report, send mail to knikulai@utu.fi
  15.  
  16. These and other scripts can also be found on my ARexx page at
  17. http://www.utu.fi/~knikulai/ARexx.html
  18.  
  19. Or if you want to test the Fileserver2 script, send mail to knikulai@utu.fi with
  20. word 'request' as subject.  Then put word 'help' in the message body and you'll
  21. receive instruction on how to get scripts, samples and other files which are
  22. available.
  23.  
  24. Some of the scripts in this archive are:
  25.  
  26. AddXHeaders.rexx
  27. ----------------
  28.   Reads a file and adds the contents to the headers of all messages in 
  29.   the outgoing folder.  Not very useful in my opinion, but several people
  30.   requested for it, so here it is :-)
  31.  
  32. CheckNewMail.rexx (v1.4)
  33. ------------------------
  34.   Scans all your folders and displays which of them have new or unread
  35.   messages in them.  Very useful, if you have lots of folders; just let
  36.   the script scan your messages and select the folder you want to read
  37.   next from a requester.  The script is pretty fast compared to earlier
  38.   versions.
  39.  
  40. DeleteOld.rexx
  41. --------------
  42.   Removes old messages from the folder automatically.
  43.  
  44. FixQuotes.rexx
  45. --------------
  46.   This script changes quote marks which aren't supported by all fonts
  47.   to ordinary quotes.  No more annoying squares in the messages...
  48.  
  49. Fileserver2.rexx 
  50. ---------------
  51.   You can create an automated filearchive with this script.  Others can 
  52.   get files from it by sending a request in e-mail.  The script will reply
  53.   and attach the required file in the reply.  It can also send a helpfile
  54.   or a current index of the archive.  This version is much more versatile
  55.   than the old script, it can for example display contents of archived
  56.   files. 
  57.  
  58. GetAddresses.rexx (v1.1)
  59. ------------------------
  60.   Scans all messages in the current folder for e-mail addresses and 
  61.   displays them in a requester.  From that requester addresses can be
  62.   added to the YAM addresbook.
  63.  
  64. GrabURL.rexx (v1.2)
  65. -------------------
  66.   Scans the selected message and displays all http: and ftp: references
  67.   in a requester.  You can select one of them and send it to your browser.
  68.   Currently supported browsers are AWeb, IBrowse and Voyager.
  69.  
  70. GrabAllURLs.rexx (v1.1) & MakeHotlist.rexx
  71. ------------------------------------------
  72.   These scripts scan all _read_ messages in the current folder for http: 
  73.   and ftp: references like the above script.  The first then displays a
  74.   requester and second creates a HTML-file and sends it to your browser.
  75.  
  76. Join.rexx (v1.1)
  77. ----------------
  78.   Joins and uudecodes multipart messages.  Can be used with for example
  79.   many ftp-mailers and SplitNMail.rexx.
  80.  
  81. PGPRead.rexx & PGPWrite.rexx
  82. ----------------------------
  83.   These scripts try to make usng PGP a bit simpler and quicker.
  84.  
  85. Search.rexx (v1.1)
  86. ------------------
  87.   Search current folder for a word.
  88.  
  89. SplitNMail.rexx
  90. ---------------
  91.   This script will split a long file into several posts and mail them.
  92.   This is useful for posting long files to many mailing lists and newsgroups.
  93.  
  94. Tagline2.rexx
  95. -------------
  96.   Changes the editor button to 'add tagline' -button .  Supports multiple
  97.   tagfiles and multi-line tags.
  98.  
  99. Unread.rexx
  100. -----------
  101.   Simpy marks the current message as unread.
  102.  
  103. WholeStory.rexx (v1.3)
  104. ----------------------
  105.   Combines multipart messages.  I use this script to join X-Files fanfic
  106.   mailings into a single file.
  107.  
  108. YAMMail.rexx (v1.1)
  109. -------------------
  110.   Use YAM to send mail from AWeb.  Asks, if you want to include the current
  111.   page.  This version can get the subject from the URL.  I'm not sure how
  112.   it will work with the commercial version, since I only have the old demo.
  113.  
  114.  
  115. What to do, when the scripts will not work?
  116. -------------------------------------------
  117.   First of all you need to check a few things:
  118.     - Do you have YAM running?  The scripts can be started from shell or
  119.       whatever program you are using, but they need to have YAM running first.
  120.     - Do you have ARexx running?  If not, you might want to add line
  121.       'run <>nil: RexxMast' to your startup-sequence
  122.     - Do you have rx-command in sys:rexxc, where YAM looks for it?
  123.     - Do you have all the required libraries? 
  124.     - Did you configure the script correctly?  This means editing path and 
  125.       filenames in the script and setting the correct path & command in
  126.       YAM:.config
  127.  
  128.   If you still have problems, keep YAM running in the background and execute
  129.   the script from shell by typing 'rx yam:rexx/scriptname'.  That way you
  130.   will see the error message which usually is 'Missing quote' or 'Unfinished
  131.   comment' which are both really easy to correct.
  132.  
  133.   If you still can't get a script work, execute it from shell by typing
  134.   'rx >ram:error yam:rexx/scriptname' and send the created file ram:error
  135.   to knikulai@utu.fi and I'll try to fix the problem.
  136.  
  137. Have fun!
  138.  
  139.  
  140. ============================= Archive contents =============================
  141.  
  142. Original  Packed Ratio    Date     Time    Name
  143. -------- ------- ----- --------- --------  -------------
  144.     3702    1590 57.0% 05-Feb-97 20:16:42  GetAddresses.rexx
  145.     2118    1032 51.2% 14-Apr-97 17:06:02  AddXheader.rexx
  146.     1478     800 45.8% 16-May-97 14:50:28  ChangeConfig.rexx
  147.      976     558 42.8% 16-May-97 14:57:14  LoadConfig.rexx
  148.     3061    1332 56.4% 04-Jan-97 17:14:34  Tagline2.rexx
  149.     1717     855 50.2% 25-May-97 12:09:18  FixQuotes.rexx
  150.     3427    1601 53.2% 24-Jun-97 20:22:56  ArchiveFolder.rexx
  151.     3316    1562 52.8% 24-Jun-97 20:25:02  ArchiveMsgs.rexx
  152.     4188    1803 56.9% 17-Jun-97 20:10:06  CheckNewMail.rexx
  153.     2116    1094 48.2% 25-Jun-97 19:20:22  CountryCode.rexx
  154.     1587     827 47.8% 07-Jul-97 19:46:28  DecodeFolder.rexx
  155.      660     393 40.4% 17-Feb-97 16:49:36  DeleteFolder.rexx
  156.     1455     757 47.9% 25-May-97 11:59:54  DeleteOld.rexx
  157.      581     338 41.8% 04-Dec-96 11:50:46  DeleteRead.rexx
  158.      996     490 50.8% 02-Apr-97 17:19:48  DispHTML.rexx
  159.      363     233 35.8% 10-Apr-97 17:23:52  Edit.rexx
  160.    11667    4161 64.3% 27-Jun-97 13:56:06  Fileserver2.rexx
  161.     1061     524 50.6% 21-Apr-97 13:39:34  GEOhide.rexx
  162.     1261     596 52.7% 21-Apr-97 13:26:46  GEOreply.rexx
  163.     6276    2192 65.0% 29-Jun-97 22:26:08  GrabAllURLs.rexx
  164.     5015    2061 58.9% 29-Jun-97 22:07:58  GrabURL.rexx
  165.     6565    2699 58.8% 07-Jun-97 17:39:04  Join.rexx
  166.     6257    2636 57.8% 22-Jun-97 15:42:08  MakeDigest.rexx
  167.     5014    2053 59.0% 24-Jun-97 20:28:14  MakeHotlist.rexx
  168.     2816    1272 54.8% 27-May-97 12:27:20  PGPread.rexx
  169.     1326     739 44.2% 27-May-97 12:26:24  PGPwrite.rexx
  170.     1050     500 52.3% 29-May-97 15:21:32  RandomSample.rexx
  171.     1727     833 51.7% 29-Jun-97 13:28:34  RemDupl.rexx
  172.     3054    1324 56.6% 24-Jun-97 20:29:52  search.rexx
  173.     1230     671 45.4% 24-Jun-97 20:34:04  ShowSubjects.rexx
  174.     3364    1432 57.4% 24-Jun-97 20:48:10  SplitNMail.rexx
  175.     4788    1931 59.6% 09-Jun-97 13:01:08  tagline.rexx
  176.      316     225 28.7% 17-Dec-96 01:07:44  Unread.rexx
  177.     5288    2235 57.7% 24-Jun-97 20:31:10  WholeStory.rexx
  178.      937     529 43.5% 27-Jun-97 19:18:16  YAMmail.rexx
  179.     5243    2210 57.8% 07-Jul-97 19:49:02  YAMscripts.readme
  180. -------- ------- ----- --------- --------
  181.   105996   46088 56.5% 09-Jul-97 00:12:02   36 files
  182.